projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e45ea1
)
(display_mode_element): Fix previous change.
author
Kenichi Handa
<handa@m17n.org>
Thu, 21 Feb 2008 07:42:52 +0000
(07:42 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Thu, 21 Feb 2008 07:42:52 +0000
(07:42 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 7e41f157f36a977c0ece33b7b474a16ead9aee2b..f9333b4282f8c8954dcaf1460deb19d1c1bb089a 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-17259,7
+17259,7
@@
display_mode_element (it, depth, field_width, precision, elt, props, risky)
}
props = Ftext_properties_at (make_number (charpos), elt);
/* Should only keep face property in props */
- n += store_mode_line_string (NULL,
tem
, 0, field, prec, props);
+ n += store_mode_line_string (NULL,
string
, 0, field, prec, props);
}
break;
case MODE_LINE_DISPLAY: